home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / CCUNINST.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-09-05  |  3KB  |  104 lines

  1. object Form1: TForm1
  2.   Left = 72
  3.   Top = 101
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Uninstall Crowd Control'
  7.   ClientHeight = 260
  8.   ClientWidth = 404
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 11
  18.     Top = 12
  19.     Width = 379
  20.     Height = 49
  21.     AutoSize = False
  22.     Caption = 
  23.       'To uninstall Crowd Control, click the Uninstall Crowd Control bu' +
  24.       'tton.  If you do not want to uninstall Crowd Control at this tim' +
  25.       'e, click the Cancel button.'
  26.     WordWrap = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 11
  30.     Top = 49
  31.     Width = 390
  32.     Height = 55
  33.     AutoSize = False
  34.     Caption = 
  35.       'You can choose whether to delete the Custom Windows 95 folders t' +
  36.       'hat Crowd Control created for each user.  These folders include ' +
  37.       'the Programs, Start Menu, Desktop, Favorites and Recent folders ' +
  38.       'and are located in the Windows\Profiles directory.'
  39.     WordWrap = True
  40.   end
  41.   object Label3: TLabel
  42.     Left = 11
  43.     Top = 111
  44.     Width = 387
  45.     Height = 40
  46.     AutoSize = False
  47.     Caption = 
  48.       'Deleting the custom Windows 95 folders will not delete the origi' +
  49.       'nal Windows 95 Start Menu and Program folders, which are usually' +
  50.       ' found in the Windows\Start Menu directory'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 89
  54.     Top = 182
  55.     Width = 288
  56.     Height = 33
  57.     AutoSize = False
  58.     Caption = 
  59.       'If this option is checked, all data files in the users'#39'  Desktop' +
  60.       ', Favorites and other folders will also be deleted.'
  61.     WordWrap = True
  62.   end
  63.   object Label5: TLabel
  64.     Left = 31
  65.     Top = 182
  66.     Width = 53
  67.     Height = 13
  68.     Caption = 'WARNNG:'
  69.   end
  70.   object cmdUninstall: TButton
  71.     Left = 180
  72.     Top = 225
  73.     Width = 126
  74.     Height = 26
  75.     Caption = 'Uninstall Crowd Control'
  76.     TabOrder = 0
  77.     OnClick = cmdUninstallClick
  78.   end
  79.   object cmdCancel: TButton
  80.     Left = 312
  81.     Top = 225
  82.     Width = 75
  83.     Height = 26
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     TabOrder = 1
  87.     OnClick = cmdCancelClick
  88.   end
  89.   object chkDeleteFolders: TCheckBox
  90.     Left = 11
  91.     Top = 164
  92.     Width = 267
  93.     Height = 17
  94.     Caption = 'Delete the custom Windows 95 folders'
  95.     State = cbChecked
  96.     TabOrder = 2
  97.   end
  98.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  99.     Options = [bfDirectoriesOnly]
  100.     Left = 91
  101.     Top = 228
  102.   end
  103. end
  104.